home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / sviluppo / svilupp2 / amphn192.lha / src / StringRequest.h < prev    next >
C/C++ Source or Header  |  1996-11-16  |  254b  |  11 lines

  1. /* StringRequest.h */
  2.  
  3. #ifndef STRINGREQUEST_H
  4. #define STRINGREQUEST_H
  5.  
  6. BOOL GetUserString (struct Screen * Scr, struct Window * PhoneWindow, char *szBuffer, char *szTitle, char *szGadText, int nLength);
  7. void SetBusyPointer(struct Window *win);
  8.  
  9. #endif
  10.  
  11.